Anveo Mobile App / Anveo Script Documentation / GPS and network information

GPS and network information

Get your current location using GPS and synchronize data to Microsoft Dynamics on users’ inactivity.

The Anveo Mobile App provides very flexible GPS tracking options using Anveo Script. You can either fetch your GPS data on a specific process in your app, or activate the tracking feature to get the data automatically every 60 minutes and/or 5 kilometers/miles. You may adapt the event according to your needs.

  1. Activate GPS using GPS_ON – details see below.
  2. Fetch GPS data in your Anveo Script and store this in our pre-defined ACF GPS table or use your own.
  3. Run an background-sync based on users inactivity if you want to push the information asap to Microsoft Dynamics.

Please use our pre-defined GPS Action Codes ASLS_FNC:GPS_ON / ASER_FNC:GPS_ON to activate GPS (step1).
And ASLS_FNC:GPSTRACKSEN / ASER_FNC:GPSTRACKSEN to fetch GPS data (step 2+3)

The following commands are available in regards to GPS tracking:

  • PAGE('GPS_ON', ...)
  • PAGE('GPS_OFF')
  • PAGE('GPS_GET, ...)
  • PAGE('GET_NETWORK')
  • PAGE('IS_MIN_NETWORK', ...)
  • PAGE('APP_GET','ISINBACKGROUND')